Skip to content

homework-template:0.1.0#4281

Open
dhayer200 wants to merge 1 commit intotypst:mainfrom
dhayer200:add-homework-template
Open

homework-template:0.1.0#4281
dhayer200 wants to merge 1 commit intotypst:mainfrom
dhayer200:add-homework-template

Conversation

@dhayer200
Copy link

Adds homework-template v0.1.0.

A minimal homework template for math assignments with styled boxes for questions, parts, answers, proofs, definitions, and theorems.

Checklist

  • typst.toml with name, version, entrypoint, authors, license, description
  • README.md
  • LICENSE (MIT)
  • example.typ compiles without errors
  • Package placed under packages/preview/homework-template/0.1.0/

@typst-package-check typst-package-check bot added the new A new package submission. label Mar 5, 2026
@@ -0,0 +1,11 @@
[package]
name = "homework-template"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package name is too generic, and the -template suffix is redundant. Can you please rename it? Keeping "homework" in the name is fine, but it should include a distinctive component to make your template easy to identify, and to let other templates for the same purpose exist.

license = "MIT"
keywords = ["homework", "math", "template", "axler"]
categories = ["paper"]
repository = "https://github.com/YOUR_USERNAME/homework-template"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix this URL please?

@@ -0,0 +1,151 @@
#import "@local/homework-template:0.1.0": *
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the import to use @preview please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new A new package submission.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants